const runtime.throwTypeRuntime
7 uses
runtime (current package)
panic.go#L34: throwTypeRuntime
panic.go#L1077: fatalthrow(throwTypeRuntime)
panic.go#L1310: } else if level >= 2 || gp.m.throwing >= throwTypeRuntime {
runtime1.go#L44: } else if gp.m.throwing >= throwTypeRuntime {
signal_unix.go#L730: mp.throwing = throwTypeRuntime
traceback.go#L1024: if gp.m != nil && gp.m.throwing >= throwTypeRuntime && gp == gp.m.curg || level >= 2 {
traceback.go#L1125: if mp.throwing >= throwTypeRuntime && gp != nil && (gp == mp.curg || gp == mp.caughtsig.ptr()) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |